/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #AF4A07;
}

.Title   {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #AF4A07;
}

/* background color for the content part of the pages */
Body
{
    background-color: #ffffff;
}

.HeaderPane {
	background-color: ffffff;
}

.LeftPane {
	background-color: #F0E2C8;
}

.ContentPane {
    background-color: #FFFFFF;

.RightPane {
    background-color: #ffffff;
}

.FooterPane {
    background-color: #EBEBEB;
}

.normal {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color:AF4A07;
    font-family:  Arial, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: AF4A07;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: AF4A07;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: AF4A07;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: AF4A07;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color: AF4A07;
    font-family: Arial, Helvetica; 
    text-decoration: none;
	padding-left : 5px;
	padding-right : 5px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:AF4A07;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:AF4A07;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:AF4A07;
	font-size : 12px;
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 5px;
}

A.OtherTabs:hover    {
	text-decoration: none;
	color:AF4A07;
	font-size : 12px;
	font-family : Arial, sans-serif;
	background-color: #FFCD72;
	padding-left : 5px;
	padding-right : 5px;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #EDC884;
	color : AF4A07;
	
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:22;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: AF4A07; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #FFCD72;
	border-left: #000000 0px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFCD72; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #FFCD72; 
	cursor: pointer; 
	cursor: hand; 
	color: AF4A07; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}




